Log(Logger,string,string,string,int,string,string,int,DicomCommandType,DateTime,LogType,MessageDirection,string,DicomDataSet,Dictionary<string,object>) Method

Summary
Logs the specified logger.
Syntax
C#
VB
C++
public static void Log( 
   this Logger logger, 
   string source, 
   string serverAETitle, 
   string serverIPAddress, 
   int serverPort, 
   string clientAETitle, 
   string clientIPAddress, 
   int clientPort, 
   DicomCommandType command, 
   DateTime dateTime, 
   LogType type, 
   MessageDirection messageDirection, 
   string description, 
   DicomDataSet dicomDataset, 
   Dictionary<string, object> customInformation 
) 
<ExtensionAttribute()> 
 Public Shared Sub Log( 
   ByVal logger As Logger, 
   ByVal source As String, 
   ByVal serverAETitle As String, 
   ByVal serverIPAddress As String, 
   ByVal serverPort As Integer, 
   ByVal clientAETitle As String, 
   ByVal clientIPAddress As String, 
   ByVal clientPort As Integer, 
   ByVal command As DicomCommandType, 
   ByVal dateTime As DateTime, 
   ByVal type As LogType, 
   ByVal messageDirection As MessageDirection, 
   ByVal description As String, 
   ByVal dicomDataset As DicomDataSet, 
   ByVal customInformation As Dictionary(Of String, Object) 
) 
public:  
   [ExtensionAttribute] 
   static void Log( 
       Logger^ logger, 
      String^ source, 
      String^ serverAETitle, 
      String^ serverIPAddress, 
      Int32 serverPort, 
      String^ clientAETitle, 
      String^ clientIPAddress, 
      Int32 clientPort, 
      DicomCommandType^ command, 
      DateTime^ dateTime, 
      LogType^ type, 
      MessageDirection^ messageDirection, 
      String^ description, 
      DicomDataSet^ dicomDataset, 
      Dictionary<String^, Object^>^ customInformation 
   ) 

Parameters

logger
The logger to send the message to.

source
The source of the DICOM message.

serverAETitle
The server AE title.

serverIPAddress
The server IP address.

serverPort
The server port.

clientAETitle
The client AE title.

clientIPAddress
The client IP address.

clientPort
The client port.

command
The DICOM command type.

dateTime
The date time of this message.

type
The message lot type.

messageDirection
The message direction.

description
The description of this message.

dicomDataset
The DICOM dataset associated with this message.

customInformation
The custom information.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.